home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
texttors
/
multedit
/
mec.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1988-08-07
|
209 b
|
12 lines
echo off
ME /BIGOK %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO FRSTSKIP
:LOOP1
ME /LN /BIG
:FRSTSKIP
IF NOT ERRORLEVEL = 2 GOTO CEXIT
IF NOT EXIST MECOMP!.TMP GOTO CEXIT
COMMAND < MECOMP!.TMP
GOTO LOOP1
:CEXIT